home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / U-Z / Zmodem.source.sit / ptest.sh < prev    next >
Encoding:
Text File  |  1989-02-15  |  123 b   |  5 lines

  1. #a short test for sz and rz using a named pipe - no modem used.
  2. /etc/mknod fifo p
  3. sz <fifo /etc/motd |rz >fifo
  4. rm fifo
  5.